home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / benchmarks / read.mgbaker / Makefile < prev    next >
Makefile  |  1992-12-15  |  1KB  |  41 lines

  1. #
  2. # Prototype Makefile for cmds/* directories.  It permits the command to
  3. # be compiled for multiple target machines, with one subdirectory of
  4. # the form "sun2.md" that holds the object files and machine-specific
  5. # sources (if any) for each target machine.
  6. #
  7. # This Makefile is automatically generated.
  8. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  9. #
  10. # Generated from /sprite/lib/mkmf/Makefile.command
  11. # Tue Dec 15 14:42:26 PST 1992
  12. #
  13. # For more information, refer to the mkmf manual page.
  14. #
  15. # $Header: /sprite/lib/mkmf/RCS/Makefile.command,v 1.10 92/06/10 13:04:42 jhh Exp $ SPRITE (Berkeley)
  16. #
  17. # Allow mkmf
  18.  
  19. MACHINES    = sun3 sun4
  20. MAKEFILE    = Makefile
  21. MANPAGES    = 
  22. NAME        = read.mgbaker
  23. SYSMAKEFILE    = command.mk
  24. TYPE        = test
  25. DISTDIR        ?= /dist/sprite/src/benchmarks/read.mgbaker
  26. #include    <settm.mk>
  27.  
  28. #if exists($(TM).md/md.mk)
  29. #include    "$(TM).md/md.mk"
  30. #endif
  31.  
  32. #if exists(local.mk)
  33. #include    "local.mk"
  34. #else
  35. #include    <$(SYSMAKEFILE)>
  36. #endif
  37.  
  38. #if exists($(TM).md/dependencies.mk)
  39. #include    "$(TM).md/dependencies.mk"
  40. #endif
  41.